Skip to main content

FlowTimerStopper

The FlowTimerStopper class is responsible for stopping a flow timer based on specific target timer names. It extends the FlowObjectDesigner class and is used within a workflow to stop a timer.

Properties

NameDescription
KeyA unique identifier for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TargetTimerNameThe name of the target timer that this FlowTimerStopper is supposed to stop.
TypeCodeThe type code associated with the flow object.
NameName for the workflow step.
CaptionThe caption dictionary representing localized captions for the flow object.

Constructors

NameDescription
FlowTimerStopper(name, workflowData, workflowCodeInstance)Constructor for the FlowTimerStopper class. Initializes a new instance of the FlowTimerStopper class.
FlowTimerStopper(name, workflowData, workflowCodeInstance)Constructor for the FlowTimerStopper class. Initializes a new instance of the FlowTimerStopper class.

Methods

NameDescription
Initialize()Initializes the flow timer stopper. This method is an implementation of the abstract Initialize method from the base class.

Events

NameDescription
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.

Generic Types

NameDescription
TPropertiesGeneric type of properties.